Download Interrupt Reason
The download interrupt reasons.
Entries
Generic file operation failure.
The file cannot be accessed due to security restrictions.
There is not enough room on the drive.
The directory or file name is too long.
The file is too large for the file system to handle.
The file contains a virus.
The file was in use. Too many files are opened at once. We have run out of memory.
The file was blocked due to local policy.
An attempt to check the safety of the download failed due to unexpected reasons.
An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download).
The partial file didn't match the expected hash.
The source and the target of the download were the same.
Generic network failure.
The network operation timed out.
The network connection has been lost.
The server has gone down.
The network request was invalid. This may be due to the original URL or a redirected URL:
The server indicates that the operation has failed (generic).
The server does not support range requests.
The server does not have the requested data.
Server didn't authorize access to resource.
Server certificate problem.
Server access forbidden.
Unexpected server response. This might indicate that the responding server may not be the intended server.
The server sent fewer bytes than the content-length header. It may indicate that the connection was closed prematurely, or the Content-Length header was invalid. The download is only interrupted if strong validators are present. Otherwise, it is treated as finished.
The user canceled the download.
The user shut down the browser.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.